The GNU C compiler supports a number of different versions of the C programming language. GNUC编译器支持许多不同版本的C编程语言。
It lists a number of other projects that use BCEL on the Web site, including the Xalan XSLT compiler, the AspectJ extension to the Java programming language, and several JDO implementations. 在Web网站上列出了一些使用BCEL的其他项目,包括XalanXSLT编译器、Java编程语言的AspectJ扩展和几个JDO实现。
A compiler translates a programming language to machine language. A machine language consists of primitive operations that a computer can perform directly. 编译器把程序语言转化成机器语言。机器语言是由计算机可以直接执行的原语操作组成的。
Production language compiler Superior Population Producing Strategy in Gene Expression Programming 产生式语言编译程序基因表达式编程中的优势种群产生策略
Based on MATLAB and the MATLAB Compiler VC Hybrid Programming 基于MATLAB编译器的VC与MATLAB混合编程
Although a number of guidelines are available for C code optimization, there is no substitute for having a thorough knowledge of the compiler and machine for which you are programming. 尽管编写C代码,已经有了许多指导原则可以参考,但这并不表示你已经彻底的了解你正在使用的编译器和CPU。
The Compiler Implementation of Parallel Programming Language on Serial Machine 并行程序设计语言在串行机上的编译实现
The procedure of how to develop Visual Basic 6.0 with the embedded compiler of Surfer 8.0, is also discussed. The two main problems, long computing time and difficult graphic display, in programming structural analysis program are solved. 探讨了利用VISUALBASIC6.0调用Surfer8.0进行嵌入式编程的步骤,较好地解决了编制结构分析程序中计算量大和图形显示困难的问题。
During the development of NC compiler, LEX simplifies the programming progress. It is a high-efficiency method of program design. 在数控编译器的开发中,使用LEX简化了编程序过程,是一种高效的程序设计方法。
This paper analyzes and describes the six compiler model of Turbo c in detail, and discusses the method and way of mixing model programming further. 本文详细分析了Turboc六种互不相同的编译模式,并探讨了混合模式编程的方法和途径。
This paper presents an automatic model compiler, CAMC, which accepts device models in behavioral language, such as Verilog-AMS, and generates C code according to standard circuit simulator programming interface. 本文实现了一个自动化的模型编译器CAMC。CAMC能够接受使用Verilog-AMS等行为级语言描述的器件模型,并按照标准电路仿真器的接口产生C语言代码。
We have implemented a certifying compiler that translates programs written in a type safe subset of the C programming language into highly annotated Intel x86/ linux assembly language programs. 我们设计的编译器认证编译器已经实现了这些算法,并完成了从用C编程语言的类型安全子集编写的源程序到携带注解的Intelx86/linux汇编语言程序的编译过程。
An auto compiler of programming languages 程序设计语言的一种自动编译器
The clues and methods to develop the special CAD/ CAM interface compiler programs for user's own CAM equipment under CAD environment were discussed preliminarily in this paper, and moreover, some skills, matters needing attention and critical technical points in programming were described through examples. 初步探讨在CAD环境下,CAM用户针对自己的CAM设备,开发专用CAD/CAM接口编译程序的思路和方法。并用实例介绍编程的技巧、注意事项及其它一些关键性的技术问题。
The paper summarizes the logical error and run-time error that the compiler can not find, in order to help beginners better to master debugging skill and improve programming ability. 总结了编译器不能发现的常见运行错误和逻辑错误,以帮助初学者能较好的掌握程序调试技巧,提高编程能力。
Parallel parsing is key technology in the research fields of parallel compiler technology and programming of parallel system, and is one of the hot spots in computer science field currently. 并行语法分析是并行编译技术、并行系统程序设计等研究领域的关键技术。是目前计算机科学研究领域中倍受关注的热点之一。
Secondly, the traditional auxiliary information supplied by compiler mainly concentrated on programming language syntax errors and other security related information such as null pointer, array bounds and other functional errors. 其次,传统编译辅助信息主要集中于对程序语言语法错误以及可能的空指针、数组越界等功能性错误的检测。
Compiler is a system software that translates high level programming language into semantically equivalent machine code. 编译器是一种将高级程序设计语言编写的源程序转化为语义等价的机器语言程序的系统软件。
In the Robot Control System, the language compiler direct has an effect on the off-line programming of the robot as absolute module, then it influences the efficiency of controlling robot. 在机器人控制系统中,机器人语言编译器作为一个独立的模块,直接影响到用户对机器人的离线编程,从而影响到用户对机器人的控制效率。
The platforms we consider include instruction set architecture, operating system, compiler, and programming language. 该平台包括指令集结构,操作系统,编译器和程序设计语言。
Finally, the concrete realization of the algorithm, the use of VC++ 6.0 compiler environments, the application of mixed MFC and Matlab programming approach. 最后,在算法的具体实现方面,采用VC++6.0编译环境,应用MFC与Matlab混合编程的方法。
According to the theories of automaton in the compiler principle, this paper presented the designing and programming algorithms of the interface of static simulation models in urban traffic organization optimization. Data exchange was through files. 根据编译原理中的自动机理论,设计信号交叉口静态仿真模型接口及接口实现算法,数据交换采用中性文件交换方式。
Which software to use IAR compiler for C programming environment, using modular design methods, in order to achieve a variety of signal control algorithm module, data acquisition modules, dual-processor modules and the keyboard scan-line module. 其中软件使用IAR编译环境进行C编程,采用模块化的设计方法,从而实现了各种电信号的控制算法模块,数据采集模块、双处理器联机模块和键盘扫描模块。
Compiler Construction Principles, through research, analysis of numerical control system structure and characteristics of instruction, the use of LEX and YACC tools, developed a response to the basic functions of CNC machine tools in the programming software to compile. 通过研究编译系统、分析数控系统中指令的结构及特点,使用LEX和YACC工具,开发了一个针对数控机床中基本功能的编程进行编译的软件。
Because crossing control flow in source code level cannot be passed by compiler, a compatible compiling method of built-in functions was presented, which made programming simple and safe. 由于源代码级不可形成控制交叉,给出内置此功能的兼容编译实现方法,使得程序员书写的代码简单而安全。